cherry pick Add RUSTSEC-2026-0173 exception (#882)#883
Merged
jerrysxie merged 1 commit intoJun 8, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Summary of changes
This PR updates the cargo-deny advisories configuration to keep cargo deny check advisories passing in the presence of new RustSec advisories. It adds an explicit ignore entry for RUSTSEC-2026-0173 and updates the rationale text for the existing RUSTSEC-2026-0110 ignore. The intent is to document that the affected crates are deprecated/unmaintained and that remediation depends on upstream dependency migration.
Changes:
- Update the ignore rationale for
RUSTSEC-2026-0110to clarify the dependency chain (viacortex-m). - Add an ignore entry for
RUSTSEC-2026-0173with a short justification.
Step-by-step review guide
-
Advisory allowlisting update (RustSec ignores)
- What changed: The
[advisories].ignorelist now includesRUSTSEC-2026-0173, and the reason forRUSTSEC-2026-0110was rewritten. - Why it matters: These entries control whether CI/tooling will block on advisory findings. Keeping reasons accurate helps future maintainers understand the risk acceptance and what needs to change upstream to remove the exception.
- What changed: The
-
Reason text refinement for existing ignore
- What changed: The
RUSTSEC-2026-0110reason now explicitly notesbare-metalis deprecated/archived and thatcortex-mdepends on it. - Why it matters: This improves traceability for why the repo is accepting the advisory and what upstream needs to change to resolve it.
- What changed: The
Potential issues
No issues identified in the proposed change.
| # | Severity | File | Description | Code |
|---|---|---|---|---|
kurtjd
approved these changes
Jun 8, 2026
jerrysxie
approved these changes
Jun 8, 2026
505680d
into
OpenDevicePartnership:stable-v0.1.y
15 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.